←Select platform

BezierPathCommand Constructor(LeadPoint[])

Summary
Initializes a new BezierPathCommand class object with inputPoints values.
Syntax
C#
Objective-C
C++/CLI
Python
- (instancetype)initWithInPoints:(nullable NSArray<NSValue *> *)inputPoints NS_DESIGNATED_INITIALIZER; 
public: 
BezierPathCommand(  
   array<LeadPoint>^ inputPoints 
) 
__init__(self,inputPoints) # Overloaded constructor 

Parameters

inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.